﻿@charset "utf-8";
/* CSS Document */
html,body {
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img{
	border:0;
}
em, strong{
	font-style:normal;
	font-weight:normal;
}
li{
	list-style:none;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}
body, input, button, textarea{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #434343;
}
a{ 
	text-decoration:none;
	outline:none;
	color: #434343;
}
a:hover{ 
	cursor:pointer;
	text-decoration:underline;
	color: #d13b9b;
}
th, td{
	vertical-align:top;
}
input{
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
.ly_pull_left {
	display: block;
	float: left;
}
.ly_pull_right {
	display: block;
	float: right;
}
.ly_w1200 {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.clearfix,.clearfix:after {
	clear: both;
	content: '';
	display: block;
}
.ly-ellipsis {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sell,.green {/**售**/
	color: #4FB233 !important;
}
.lease,.blue {/**租**/
    color: #0234cb !important;
}
.investment,.light {/**转让**/
    color: #38afff !important;
}
.red {
	color: red !important;
}
.nopic {
	display:block;
	border:solid 1px #ddd;
	text-align:center;
	background:url(/images/nopic/1.jpg) no-repeat center;	
}
/*广告位*/
.ad-tl {
	margin:5px auto;
}
.ad-tl a:first-child { margin-right:20px; }

/*当前位置*/
.location_place {
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	font-size: 12px;
	text-indent:0.5em;
}
.location_place abbr {
	margin: 0 4px;
	display: inline-block;
}
.location_place {
	margin-top: 5px;
}
/****页面头部*****/
.head {
	width:100%;
	height:50px;
	background-color:#3073d4;
}
.headBox {
	margin:0 auto;
}
.headBox .logo img {
	width:220px;
	float:left;
	margin-top:7px;
}
.headBox .headNav {
	width:600px;
	float:left;
	margin-left:50px;
}
.headBox .headNav li a {
	width:auto;
	float:left;
	font-size:15px;
	color:#FFF;
	margin:17px 15px;
}
.headBox .headLogin {
	width:auto;
	float: right;
	margin-top:13px;
	line-height: 28px;
}
.headBox .headLogin a {
	font-size:14px;
	color:#FFF;
	float: left;
	margin: 0 5px 0 0;
	display: inline-block;
}
.headBox .headLogin span {
	color:#FFF;
	font-size:14px;
	float: left;
	margin: 0 10px 0 0;
	display: inline-block;
}


/****页面底部*****/
.footerBox {
	width: 100%;
	border-top: 3px solid #3073d4;
}
.footerBox .footer-content {
    margin: 10px auto;
}
.footerBox .footer-content dl {
	display: block;
	width: 35%;
	float:left;
}
.footerBox .footer-content dl.qcode {
	width: 30%;
}
.footerBox .footer-content dl p {
	display: block;
	width: 33%;
	float:right;
	text-align:center;
}
.footerBox .footer-content dl dt {
	font-weight:bold;	
}
.footerBox .footer-content dl dd.ga_beian {
	background:url(/images/ga_beian.png) no-repeat 0 5px;
	text-indent:1.5em;
}
.footerBox .footer-copyright ul li,.footerBox .footer-content dl dd,.footerBox .footer-content dl dt  {
	width:100%;
	display: block;
	text-align: left;
	height: auto;
	line-height: 25px;
}
.footerBox .footer-content dl dd a {
	clear:left;
}

.footerBox .footer-copyright ul li {
	display:block;
	width:auto;
	margin-left:50px;
	text-align:center;
	float:left;
}
.footerBox .footer-copyright ul li,.footerBox .footer-copyright ul li a {
	color:#999;
}

.footerBox .footer-copyright ul li span {
	width: 16px;
	text-align: center;
	display: inline-block
}
.footerBox .footer-copyright {
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-top: solid 1px #ccc;
}

/**个人售**/
.sell > span,.sell .type {	color: #028302 !important; }
.sell a span,.sell .name a {	color: #f14f04 !important; }
/**个人租**/
.lease > span,.lease .type {	color: #0234cb !important; }
.lease a span,.lease .name a {	color: red !important; }

/**代理售**/
.DLsell > span,.DLsell .type {	color: #028302 !important; }
.DLsell a span,.DLsell .name a {	color: #028302 !important; }
/**代理租**/
.DLlease > span,.DLlease .type {	color: #0234cb !important; }
.DLlease a span,.DLlease .name a {	color: #0234cb !important; }

/******list页面******/
.location_place {
	line-height:30px;
	margin-top:10px;
	border: 1px solid #ddd;
	text-indent:1em;
}
.location_place abbr {
	margin: 0 4px;
	text-indent:0em;
	display: inline-block;
}
.list_contant_left {
	width: 890px;
	padding-left: 0px;
}
.list_contant_right {
	width: 300px;
	overflow: hidden;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}
.list_contant_right .list_contant_right_top {
	display: block;
}
.list_contant_right .list_contant_right_top img {
	display: block;
	margin: 5px auto;
}
.list_contant_right .list_contant_right_middle {
	margin-top: 10px;
	border: 1px solid #ddd;
}
.list_contant_right .list_contant_right_middle h3 {
	font-size: 15px;
	font-weight: bold;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
}
.list_contant_right .list_contant_right_middle .hot_link {
	display: block;
	padding: 0px 10px 10px 10px;
	min-height: 130px;
	height:auto;
}
.list_contant_right .list_contant_right_middle .hot_link a {
	display: block;
    padding: 0 12px;
    height: 24px;
    line-height: 26px;
    margin-top: 15px;
    margin-right: 12px;
    float: left;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 13px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}
.list_contant_right .list_contant_right_bottom {
	margin-top: 10px;
	border: 1px solid #ddd;
}
.list_contant_right .list_contant_right_bottom h3 {
	font-size: 15px;
	font-weight: bold;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
}
.list_contant_right .list_contant_right_bottom ul {
	display: block;
}
.list_contant_right .list_contant_right_bottom ul li {
	display: block;
	float: left;
	width: 137px;
	margin: 0 6px;
}
.list_contant_right .list_contant_right_bottom ul li img {
	display: block;
	width: 100%;
}
.list_contant_right .list_contant_right_bottom ul li p {
	display: block;
	width: 100%;
	display: block;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

/*分页样式*/
.pageShow {
	text-align:center;
}
.change_page {
	display:block;
	width:auto;
	margin:20px auto;
	height:40px;
}
.change_page a {
	background-color:#fefff7;
	border:solid 1px #e9e9e9;
	color:#3073d4;
	padding:5px;
	margin-left:3px;
	font-size:14px;
}
.change_page a.curr {
	background-color:transparent;
	color:red;
	border-color:transparent;
}

/*快捷发布*/
.quick_pubish {
	width:auto;
	height:100px;
	margin-top:10px;
	border: solid 1px #e8e8e8;
	background-color:#f9f9f9;
	border-radius: 4px;
}
.quick_pubish h3 {
	font-size: 15px;
	font-weight: bold;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
}
.quick_pubish a {
	display:block;
	float:left;
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:13px;
	color:#fff;
	margin:18px 0px 10px 20px;
}
.quick_pubish a.askfor {
	background-color:#ff6a0d;
}
.quick_pubish a.askfor:hover {
	background-color:#f65e13;
	text-decoration:none;
}
.quick_pubish a.sale {
	background-color:#3d9f4b;
}
.quick_pubish a.sale:hover {
	background-color:#328e3d;
	text-decoration:none;
}
/*列表页搜索*/
.search_box {
	margin-top:10px;
}
.search_box dt {
	float:left;
	height: 24px;
    line-height: 24px;
    margin-top: 12px;
    margin-right: 22px;
	font-size:14px;
	font-weight:600;
}
.search_box dd a {
	display: block;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
    margin-right: 22px;
    float: left;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid #ccc;
	text-decoration:none;
}
.search_box dd a:hover {
	text-decoration:underline;
}
.search_box dd a.ly_active {
	background-color: #296ed3;
    border: 1px solid #296ed3;
    color: #fff;
}
.search_box .searchInput {
	margin-top: 12px;
    height: 40px;
}
.search_box .searchInput input {
	display: block;
    float: left;
    height: 38px;
    width: 396px;
    padding: 0 9px;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 40px;
}
.search_box .searchInput .search_btn {
    display: block;
    float: left;
    height: 40px;
    width: 100px;
    padding: 0;
    text-align: center;
    background-color: #296ed3;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 10px;
    text-indent: 10px;
    margin-right: 10px;
}
.search_box .searchInput .map_btn {
   	display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 100px;
	background:#e6212a;
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.search_box .searchInput .map_btn img {
    display: inline-block;
    width: 15px;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 4px;
}